*{
	padding: 0;
	margin: 0;
}
li{
	list-style-type: none;
}

.wrap{
	width: 1900px;
	height: 450px;
	position:relative;
	overflow: hidden;
	margin:0 auto;
}

.wrap ul{
	width: 5700px;
	position: absolute;
	left: 0;
	top: 0;
}

.wrap ul li{
	float: left;
	width: 1900px;
	cursor:pointer;
}

.wrap ol{
	position: absolute;
	bottom: 5px;
	right:1200px;
}

.wrap ol li{
	float: left;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	border: 1px solid #fc0;
	background: #000;
	color: #fff;
	margin-right: 3px;
	cursor: pointer;
}

.wrap ol li.current{
	background: #fff;
	color: #000;
}

.wrap .introduce{
	height: 30px;
	line-height: 30px;
	width: 350px;
	background: rgba(0,0,0,0.5);
	
	color: #fff;
	position: absolute;
	bottom: 10px;
	left: 0;
	/*opacity: 0.5;
	filter:alpha(opacity=50); */
}

.bg001{ background:url(../images/bg001.jpg) repeat-x;width:100%;height:450px;}
.bg002{ background:url(../images/bg002.jpg) repeat-x;width:100%;height:450px;}
.bg003{ background:url(../images/bg003.jpg) repeat-x;width:100%;height:450px;}